翻訳と辞書
Words near each other
・ Unión San Felipe
・ Unión Santa María
・ Unión Santafesina de Rugby
・ Unión Santeña
・ Unión SC
・ Unión Sindical de Trabajadores de Guatemala
・ Unión Sindical Obrera
・ Unix file types
・ Unix filesystem
・ Unix International
・ UNIX Network Programming
・ Unix philosophy
・ UNIX Review
・ Unix security
・ Unix shell
Unix signal
・ UNIX System III
・ Unix System Laboratories
・ UNIX System Laboratories, Inc. v. Berkeley Software Design, Inc.
・ UNIX System Services
・ UNIX System V
・ Unix time
・ Unix wars
・ Unix-like
・ UNIX/32V
・ Unix/NS
・ Unix2dos
・ UnixODBC
・ UnixWare
・ UnixWare NonStop Clusters


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Unix signal : ウィキペディア英語版
Unix signal

Signals are a limited form of inter-process communication used in Unix, Unix-like, and other POSIX-compliant operating systems. A signal is an asynchronous notification sent to a process or to a specific thread within the same process in order to notify it of an event that occurred. Signals have been around since the 1970s Bell Labs Unix and have been more recently specified in the POSIX standard.
When a signal is sent, the operating system interrupts the target process' normal flow of execution to deliver the signal. Execution can be interrupted during any non-atomic instruction. If the process has previously registered a signal handler, that routine is executed. Otherwise, the default signal handler is executed.
Embedded programs may find signals useful for interprocess communications, as the computational and memory footprint for signals is small.
==History==
Version 1 Unix had separate system calls to catch interrupts, quits, and machine traps. Version 4 combined all traps into one call, signal, and each numbered trap received a symbolic name in Version 7. kill appeared in Version 2, and in Version 5 could send arbitrary signals.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Unix signal」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.